home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / selfstorage.swf / scripts / frame_5 / DoAction.as
Text File  |  2008-03-17  |  960b  |  28 lines

  1. _root.int_boxennummer = 1;
  2. _root.mc_box.duplicateMovieClip("mc_box" + _root.int_boxennummer,_root.int_boxennummer);
  3. _root["mc_box" + _root.int_boxennummer].int_boxennummer = _root.int_boxennummer;
  4. _root["mc_box" + _root.int_boxennummer].int_aktiviert = 0;
  5. _root["mc_box" + _root.int_boxennummer]._y = 160;
  6. _root["mc_box" + _root.int_boxennummer]._x = mc_box.buehnenbreite + 100;
  7. _root["mc_box" + _root.int_boxennummer].int_nr_box = _root.int_boxennummer;
  8. _root["mc_box" + _root.int_boxennummer]._rotation = 0;
  9. mc_box.int_aktiviert = 99;
  10. buehnenhoehe = 550;
  11. buehnenbreite = 700;
  12. mc_seitentraeger.swapDepths(510);
  13. mc_konstruktion.swapDepths(520);
  14. mc_endanzeige.swapDepths(505);
  15. mc_foerderband.swapDepths(509);
  16. _root.verfuegbarezeit = 60000;
  17. _root.int_spiellaeuft = 1;
  18. var arr_liegereihenfolge = new Array("0");
  19. if(_root.int_soundon == 1)
  20. {
  21. }
  22. if(_root.int_soundon == 1)
  23. {
  24.    _root.mc_sounds.loop1.start(0,1000);
  25. }
  26. Mouse.hide();
  27. stop();
  28.